From b4bef15800b19e6f5bd6155af2a4c0b7c5f46199 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Thu, 2 Sep 2004 09:29:59 +0000 Subject: [PATCH] (Regexp Replace): Add missing backslash to \footnote. --- man/search.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/search.texi b/man/search.texi index a0c64275de0..5a3814ebf5d 100644 --- a/man/search.texi +++ b/man/search.texi @@ -1080,7 +1080,7 @@ ask you to edit the replacement string in the minibuffer, putting point where the @samp{\?} was. For example, @example -M-x replace-regexp @key{RET} \footnote@{ @key{RET} +M-x replace-regexp @key{RET} \\footnote@{ @key{RET} \&\\label@{fn:\#\?@} @key{RET} @end example -- 2.30.2